body {
  min-width: 320px;
  color: #333;
  font-size: 16px;
  font-family: "Microsoft YaHei", arial, sans-serif;
  line-height: 1.6;
  background-color: #eee;
}

body.home {
  background-color: #fff;
  overflow-x: hidden;
}

.container {
  width: auto;
  max-width: 1240px;
}

.content-area {
  margin-bottom: 100px;
}

body.home .content-area {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Bold.woff') format('woff'), url('assets/fonts/Montserrat-Bold.ttf') format('truetype'), url('assets/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Regular.woff') format('woff'), url('assets/fonts/Montserrat-Regular.ttf') format('truetype'), url('assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat-Light.woff') format('woff'), url('assets/fonts/Montserrat-Light.ttf') format('truetype'), url('assets/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

strong {
  font-size: 16px;
}

h1,
h2 {
  font-weight: 700;
  color: #55217b;
  font-family: "Microsoft YaHei", arial, sans-serif;
}

h3,
h4,
h5 {
  font-weight: 700;
  font-family: "Microsoft YaHei", arial, sans-serif;
  color: #212121;
}

p {
  font-family: "Microsoft YaHei", arial, sans-serif;
  color: #666;
}

p:last-child {
  margin-bottom: 0;
}

.blue {
  color: #17598A;
}

.white,
.white p {
  color: #fff;
}

.bold {
  font-weight: bold;
}

a {
  font-size: 13px;
  color: #666;
  transition: all 1s;
  text-decoration: none !important;
}

a:hover {
  color: #b20000;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 0px 30px 40px 0px;
}

img.alignright {
  margin: 0px 0px 40px 30px;
}

img.aligncenter {
  margin-bottom: 40px;
}

img.alignnone {
  float: none;
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
  max-width: 100% !important;
  height: auto;
}

.single-content ul {
  margin-bottom: 10px;
}

.single-content ul li {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.single-content ul li:last-child {
  margin-bottom: 0;
}

.max-w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.wp-pagenavi {
  text-align: center;
  margin: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 2px solid #999;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 5px;
  padding: 7px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #27263f;
  color: #27263f;
}

.small-row {
  margin-left: -5px;
  margin-right: -5px;
}

.small-row .col-xs-12,
.small-row .col-xs-11,
.small-row .col-xs-10,
.small-row .col-xs-9,
.small-row .col-xs-8,
.small-row .col-xs-7,
.small-row .col-xs-6,
.small-row .col-xs-5,
.small-row .col-xs-4,
.small-row .col-xs-3,
.small-row .col-xs-2,
.small-row .col-xs-1,
.small-row .col-sm-12,
.small-row .col-sm-11,
.small-row .col-sm-10,
.small-row .col-sm-9,
.small-row .col-sm-8,
.small-row .col-sm-7,
.small-row .col-sm-6,
.small-row .col-sm-5,
.small-row .col-sm-4,
.small-row .col-sm-3,
.small-row .col-sm-2,
.small-row .col-sm-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-10 {
  margin-left: 10px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-10 {
  padding-left: 10px;
}

.section-title,
.section-sub-title {
  text-align: center;
  margin-top: 0;
  line-height: 1.2;
}

.section-title {
  margin-bottom: 25px;
  position: relative;
  font-size: 38px;
  color: #000;
}

.section-title::after {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -100px;
}

.section-sub-white-title {
  color: #fff;
}

.section-sub-title {
  margin-bottom: 40px;
}

.page-title,
.page-sub-title {
  text-align: center;
  margin-top: 0;
  line-height: 1.2;
  z-index: 1;
}

.page-title {
  margin-bottom: 25px;
  position: relative;
}

.page-title::after {
  z-index: 1;
  content: "";
  width: 200px;
  height: 2px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -100px;
}

.page-title,
.page-sub-title {
  color: #fff;
}

.page-sub-title {
  margin-bottom: 0;
  position: relative;
}

.red {
  color: #B20000;
}

.m_b_10 {
  margin-bottom: 10px;
}

.m_b_20 {
  margin-bottom: 20px;
}

.m_b_30 {
  margin-bottom: 30px;
}


/* Outline button for use within the docs */

.btn-outline {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


/* Inverted outline button (white on dark) */

.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #fff;
  text-shadow: none;
  background-color: #000;
  border-color: #000;
}

.course-list .btn-default,
.page-content .btn-default,
.btn-default {
  background-color: #e49d23;
  color: #fff;
  border-color: #e49d23;
  border-radius: 50px;
}

.course-list .btn-default:hover,
.page-content .btn-default:hover,
.btn-default:hover {
  background-color: #000;
  color: #b20000;
  border-color: #000;
}

.btn-primary {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: transparent;
  color: #b20000;
  border-color: #b20000;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  background-color: transparent;
  color: #b20000;
  border-color: #b20000;
}


/* .btn-no-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
} */

.form-group>div>.btn-default {
  background-color: #b20000;
  color: #fff;
  border-color: #b20000;
}

.form-group>div>.btn-default:hover,
.form-group>div>.btn-default:focus,
.form-group>div>.btn-default:active {
  background-color: #000;
  color: #b20000;
  border-color: #000;
}


/***General End***/


/***Header Start***/

.topbar-wrap {
  background-color: #E49D23;
  padding: 5px 0;
}

.topbar {
  font-size: 14px;
  color: #fff;
}

.navbar-default {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.header-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-top: 25px;
}

.logo-img-wrap {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.logo-img {
  max-height: 50px;
  transition: all 0.2s ease-in-out 0s;
}

.header-top-area {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-top-area .textwidget {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.web-tag {
  font-size: 28px;
  color: #000000;
}

.header-tel-wrap {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.header-tel-wrap img {
  margin-right: 18px;
  max-height: 50px;
}

.header-tel-info {
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.header-tel-info h6 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}

.header-tel-info a {
  font-size: 32px;
  color: #EB2F2F;
  font-weight: bold;
  line-height: 1;
}

.header-tel-info a:hover,
.header-tel-info a:focus,
.header-tel-info a:active {
  color: #000;
}

.main-menu-wrap {
  background-color: #55217B;
}

.main-menu-wrap .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav>li {
  padding: 0;
}

.navbar-default .navbar-nav>li>a {
  padding: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: white;
  background-color: #E49D23;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #E49D23 !important;
  color: #fff;
}

.main-menu-wrap .dropdown-menu {
  background-color: #E49D23;
  padding: 0;
  margin: 0;
}

.main-menu-wrap .dropdown-menu>li>a {
  padding: 10px 13px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.main-menu-wrap .dropdown-menu>li>a:hover,
.main-menu-wrap .dropdown-menu>li>a:focus,
.dropdown-menu>.active>a {
  color: white;
  background-color: #55217B;
}

.navbar-toggle {
  background-color: #000;
  border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

@media(min-width: 769px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin: 0;
  }

  .f-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
  }
}

@media (max-width: 770px) {
  .equal-height {
    height: auto !important;
  }

  .navbar-nav>li>.dropdown-menu {
    display: none;
    position: relative;
    width: 100%;
    float: none;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }

  .nav ul.dropdown-menu>li>a {
    color: #fff;
    padding: 5px 30px;
  }

  .navbar-nav li a span.caret {
    border: 0;
    font-family: "FontAwesome";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-rendering: auto;
    top: 0;
    width: 40px;
  }

  .navbar-nav li a span.caret:before {
    content: "\f078";
  }

  .navbar-nav li a span.caret.toggle-arrow:before {
    content: "\f077";
  }

  .navbar-nav li .dropdown-menu.toggle-dropmenu {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
  }

  .navbar-nav>li>.dropdown-menu .dropdown-menu {
    padding: 0 10px;
  }

  .navbar-nav>li>.dropdown-menu .dropdown>a {
    background-color: transparent !important;
  }

  .navbar-nav>li>.dropdown-menu li.dropdown .caret {
    margin: 8px 0;
  }

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    background-color: #EE4000;
  }
}

@media(max-width: 768px) {
  .header-top {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .logo-img-wrap {
    padding-right: 10px;
    margin-right: 10px;
  }

  .logo-img {
    max-height: 30px;
  }

  .web-tag {
    font-size: 20px;
  }

  .header-tel-wrap img {
    margin-right: 15px;
    max-height: 30px;
  }

  .header-tel-info h6 {
    font-size: 14px;
  }

  .header-tel-info a {
    font-size: 20px;
  }

  .header-top .navbar-toggle {
    margin: 0 0 0 25px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
  }
}

@media(max-width: 480px) {

  .header-top-area .textwidget,
  .header-top {
    position: relative;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .logo-img-wrap {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .header-top .navbar-toggle {
    position: absolute;
    right: 0;
  }

  .header-top-area,
  .header-tel-wrap {
    margin-top: 5px;
    width: 100%;
    display: none;
  }

  .zscxanniu {
    position: absolute;
    right: 0;
  }
}


/***Header End***/


/***Home Start***/

.home-section {
  padding-top: 50px;
  padding-bottom: 90px;
}

.home-student-section-top {
  padding-top: 50px;
}

.home-slider-wrap {
  margin-bottom: 0 !important;
}

.home-slider-bottom {
  padding: 15px 0;
}

.home-slider-bottom>li {
  display: inline-block;
}

.home-slider-bottom li a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px 0 90px;
  position: relative;
}

.home-slider-bottom li a:hover {
  color: #b20000;
}

.home-slider-bottom li a::before {
  position: absolute;
  content: url("assets/images/message1.png");
  left: 50px;
  top: 0;
}

.home-slider-bottom li:first-child a::before {
  left: 0;
}

.home-slider-bottom li:first-child a {
  padding-left: 40px;
}

.home-slider-bottom li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.home-campus-wrap {
  background-color: #eee;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
}

.home .home-campus-wrap {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.home-campus-img-wrap,
.section-small-title {
  text-align: center;
}

.home-campus-img-wrap {
  margin-bottom: 25px;
  position: relative;
}

.campus-search-icon {
  background-color: rgb(0, 0, 0, 0.8);
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
}

.campus-search-icon:hover {
  background-color: rgba(178, 0, 0, 0.8);
}

.section-small-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.home-campus-content {
  padding: 0 40px 40px;
}

.home-campus-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.home-manage-team-content {
  max-width: 1000px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.home-manage-team-content p {
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

.home-manage-team-content p:last-child {
  margin-bottom: 0;
}

.home-partners-logos-wrap img {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05)
}

.home-jcarousel-wrapper .jcarousel li {
  text-align: center;
}

.home-jcarousel-wrapper .jcarousel li img {
  padding: 0 5px;
}

.home-jcarousel-wrapper a.jcarousel-control-prev {
  left: -30px;
}

.home-jcarousel-wrapper a.jcarousel-control-prev::before {
  content: url("assets/images/prev.png");
}

.home-jcarousel-wrapper a.jcarousel-control-next {
  right: -30px;
}

.home-jcarousel-wrapper a.jcarousel-control-next::before {
  content: url("assets/images/next.png");
}

#carousel .flex-direction-nav {
  display: none;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  height: 45px;
  margin-top: -25px;
  top: 50%;
  width: 23px;
}

.course-name-wrap h3 a {
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}

.home-course-suitable-wrap,
.home-course-excerpt-wrap {
  margin-bottom: 15px;
}

.home-course-suitable-wrap h5,
.home-course-excerpt-wrap h5 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.home-course-suitable-wrap span,
.home-course-excerpt-wrap span {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

.home-course-btn-wrap {
  text-align: center;
  padding: 10px 0;
}

.home-certificate-section {
  overflow: hidden;
}

.col-md-custom {
  margin-bottom: 30px;
}

.home-table-wrap {
  max-height: 240px;
  overflow-y: hidden;
}

.home-table-wrap thead tr td {
  color: #b20000;
  font-weight: bold;
}


/***Home End***/


/***Course Strart***/

.menu-course {
  background-color: #55217B;
  /*padding: 35px 0 80px;*/
  padding: 20px 0 40px;
}

.menu-course li {
  display: inline-block;
}

.menu-course li a {
  color: #aaa;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}

.menu-list>ul {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.menu-list>ul>li {
  float: left;
}

.menu-list .children li,
.menu-list>ul>li {
  margin-right: 30px;
  min-width: 100px;
}

.menu-list>ul>li>a {
  padding-bottom: 10px;
  padding-top: 10px;
  display: inline-block;
  border-bottom: 2px solid #aaa;
}

.menu-list>ul>.active-list>a,
.menu-list>ul>.current-cat>a {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.menu-list ul li .children .current-cat>a {
  color: #D90000;
}

.menu-list ul li .children {
  display: none;
}

.menu-list ul .active-list .children,
.menu-list ul .current-cat .children {
  display: block;
}

.menu-list>ul>.active-list>.children,
.menu-list>ul>.current-cat>.children {
  left: 0;
  position: absolute;
  top: 100%;
}

.menu-list>ul>.active-list>.children li a,
.menu-list>ul>.current-cat>.children li a {
  display: inline-block;
  padding: 10px 0;
}

.course-item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.single-course-content-wrap {
  background-color: #fff;
  padding: 15px;
}

.course-thumb-wrap {
  text-align: center;
  position: relative;
}

.course-thumb-wrap a {
  display: block;
  padding: 20px;
}

.course-tag-wrap {
  background-color: #000;
  bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

.course-tag-wrap span {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.course-name-wrap {
  margin-bottom: 20px;
  margin-top: 10px;
}

.course-name-wrap h2 {
  margin: 0;
}

.course-name-wrap h2 a {
  font-size: 26px;
  font-weight: bold;
  color: #1F1F1F;
  line-height: 1.2;
}

.course-name-wrap h2 a:hover {
  color: #B20000;
}

.course-excerpt-wrap,
.course-time-wrap,
.course-price-wrap {
  margin-bottom: 15px;
}

.course-excerpt-wrap h5,
.course-time-wrap h5,
.course-price-wrap h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #222222;
  margin: 0 0 5px;
}

.course-excerpt-wrap span,
.course-time-wrap span,
.course-price-wrap span {
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
}

.course-price-wrap .course-price {
  font-size: 30px;
  color: #212121;
  line-height: 1.2;
}

@media(max-width: 768px) {

  .menu-list .children li,
  .menu-list>ul>li {
    min-width: 30px !important;
    margin: 0 15px !important;
  }

  .menu-list>ul>li:nth-child(1) {
    margin-right: 27px !important;
  }

  .menu-list>ul>li:nth-child(8) {
    margin-left: 19px !important;
  }

  .menu-list>ul>li:nth-child(9) {
    margin-left: 26px !important;
  }

  .course-name-wrap h2 a {
    font-size: 18px;
  }

  .course-excerpt-wrap span,
  .course-excerpt-wrap .course-excerpt p,
  .course-time-wrap span,
  .course-price-wrap span,
  .default-red-btn {
    font-size: 13px !important;
  }
}

.single-course-thumb-wrap {
  background-color: #e49d23;
  display: block;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  text-align: center;
}

.single-course-tag-wrap {
  padding: 8px 20px;
  background-color: #B20000;
  position: absolute;
  top: 0;
  right: 0;
}

.single-course-tag-wrap span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.single-course-excerpt {
  max-width: 300px;
  display: inline-block;
}

.single-project-name-wrap {
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-project-name-wrap h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.single-course-excerpt-wrap,
.single-course-time-wrap,
.single-course-price-wrap {
  margin-bottom: 15px;
  display: block;
}

.single-course-excerpt-wrap h5,
.single-course-time-wrap h5,
.single-course-price-wrap h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
}

.single-course-excerpt-wrap span,
.single-course-time-wrap span,
.single-course-price-wrap span {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.single-course-price-wrap .single-course-price {
  font-size: 30px;
  line-height: 1.2;
}

.section-course-disc-wrap,
.section-course-highlights-wrap,
.section-course-training-wrap,
.section-course-progress-wrap,
.section-course-item-wrap {
  padding-top: 100px;
}

.course-training p {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
}

.course-training-item {
  margin-bottom: 20px;
}

#single_course_progress>.flexslider {
  margin-bottom: 0;
}

.section-course-progress-wrap .flexslider .slides>li {
  margin: 0 5px 0 0;
  text-align: center;
}

.section-course-progress-wrap .flexslider .slides>li:last-child {
  padding-right: 0;
}

.section-course-progress-wrap .flex-direction-nav .flex-next {
  right: 15px;
}

.section-course-progress-wrap .flex-direction-nav a {
  height: 50px;
  margin: -25px 0 0;
}

.section-course-progress-wrap .flex-direction-nav .flex-prev {
  left: 15px;
}

.section-course-progress-wrap .flex-direction-nav .flex-prev::before {
  content: url("assets/images/course-prev.png");
}

.section-course-progress-wrap .flex-direction-nav a.flex-next::before {
  content: url("assets/images/course-next.png");
}

.register-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}


/***Course End***/


/***News Strart***/

.post-content-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 35px;
  padding: 25px;
}

.post-info h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-post-content .post-info h2,
.post-info h2 a {
  color: #1F1F1F;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.date-and-tag-wrap {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-date {
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  padding: 3px 12px;
  margin-right: 10px;
  font-weight: bold;
}

.news-tag {
  background-color: #55217b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  margin-right: 10px;
  padding: 3px 10px;
}

.news-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.news-btn-wrap {
  margin-bottom: 10px;
}

.news-btn-wrap .default-red-btn {
  margin-top: 0;
}

.post-content-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar-news {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.sidebar-news-title-wrap {
  border-bottom: 1px solid #292841;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 15px;
}

.sidebar-related-news {
  margin-top: 15px;
}

.sidebar-news-title-wrap h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-news h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

.sidebar-news h5 a {
  font-size: 15px;
  line-height: 1.2;
  color: #282740;
}

.sidebar-news h5 a:hover {
  color: #b20000;
}

.sidebar-news .date-and-tag-wrap {
  padding-bottom: 0;
  border: 0;
}

.sidebar-news .news-excerpt {
  font-size: 13px;
  line-height: 1.5;
}

.single-post-content {
  background-color: #fff;
  margin-bottom: 35px;
  padding: 25px;
}

.single-post-content .date-and-tag-wrap {
  margin-bottom: 30px;
}

.post-img-wrapper {
  margin-bottom: 30px;
}

@media(max-width: 750px) {

  .single-post-content .post-info h2,
  .post-info h2 a {
    font-size: 15px;
    line-height: 1;
  }

  .news-date {
    font-size: 10px;
    line-height: 1.8;
    padding: 0 8px;
    font-weight: normal;
  }

  .news-excerpt {
    font-size: 12px;
  }

  .news-btn-wrap .btn-default {
    font-size: 12px;
  }

  /*分页*/
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 3px;
    padding: 4px;
  }
}


/***News End***/


/***Footer Start***/

footer {
  padding: 0 0 50px;
  background-color: #55217B;
}

.footer-top-wrap {
  background-color: #fff;
  padding: 10px 0;
}

.footer-top-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-jflex-wrap: wrap;
  -moz-jflex-wrap: wrap;
  -ms-jflex-wrap: wrap;
  -o-jflex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu-wrap .menu li {
  line-height: 1;
}

.footer-menu-wrap .menu li:not(:last-child) {
  padding-right: 5px;
  border-right: 1px solid #000;
  margin-right: 5px;
}

.footer-menu-wrap a {
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.footer-menu-wrap a:hover,
.footer-menu-wrap a:focus {
  color: #EB2F2F;
}

.footer-menu-wrap .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.footer-tel-wrap p {
  margin-bottom: 0;
  height: 0;
}

.footer-tel-wrap {
  line-height: 1;
}

.footer-tel-wrap a {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #EB2F2F;
}

.footer-tel-wrap a:hover,
.footer-tel-wrap a:focus {
  color: #000;
}

.footer-bottom-wrap {
  padding-top: 30px;
}

.footer-contact {
  padding: 20px 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: 3px solid #fff;
  margin-bottom: 30px;
}

.footer-form-left-wrap h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 10px 0 0;
}

.footer-form-right-wrap .btn.btn-default {
  display: block;
  height: 46px;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  background: rgba(152, 9, 9, 1);
  background: -moz-linear-gradient(left, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(152, 9, 9, 1)), color-stop(100%, rgba(235, 47, 47, 1)));
  background: -webkit-linear-gradient(left, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  background: -o-linear-gradient(left, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  background: -ms-linear-gradient(left, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  background: linear-gradient(to right, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#980909', endColorstr='#eb2f2f', GradientType=1);
  color: #fff;
  border: 0;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 700;
  outline: none !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 50px;
}

.footer-form-right-wrap .btn.btn-default:hover,
.footer-form-right-wrap .btn.btn-default:focus {
  background-color: #000;
  color: #fff;
  background: rgba(93, 4, 4, 1);
  background: -moz-linear-gradient(left, rgba(93, 4, 4, 1) 0%, rgba(184, 13, 13, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(93, 4, 4, 1)), color-stop(100%, rgba(184, 13, 13, 1)));
  background: -webkit-linear-gradient(left, rgba(93, 4, 4, 1) 0%, rgba(184, 13, 13, 1) 100%);
  background: -o-linear-gradient(left, rgba(93, 4, 4, 1) 0%, rgba(184, 13, 13, 1) 100%);
  background: -ms-linear-gradient(left, rgba(93, 4, 4, 1) 0%, rgba(184, 13, 13, 1) 100%);
  background: linear-gradient(to right, rgba(93, 4, 4, 1) 0%, rgba(184, 13, 13, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5d0404', endColorstr='#b80d0d', GradientType=1);
}

.footer-contact .caldera-grid .form-group {
  margin-bottom: 0;
}

.footer-contact .caldera-grid .form-control {
  height: 46px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.footer-l-img {
  margin-right: 40px;
}

.footer-l-img img {
  max-height: 160px;
}

.gz-title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.footer-logo img {
  max-height: 45px;
  margin-bottom: 15px;
}

.footer-info-wrap h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.footer-address {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}

.partner-links-wrap h6 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}

.partner-links {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-links li {
  line-height: 1;
  margin-bottom: 10px;
}

.partner-links li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.partner-links li a {
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.partner-links li a:hover,
.partner-links li a:focus {
  color: #EB2F2F;
}

.footer-bottom-r {
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.footer-copyright-wrap {
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-copyright-wrap,
.footer-copyright-wrap a {
  color: #fff;
  font-size: 13px;
}

.footer-copyright-r {
  text-align: right;
}

.footer-copyright-wrap a:hover,
.footer-copyright-wrap a:focus {
  color: #EB2F2F;
}

@media(min-width: 481px) {
  .footer-l-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
  }

  .footer-copyright-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

@media(min-width: 992px) {
  .footer-bottom-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
  }
}

@media(max-width: 1199px) {
  .footer-tel-wrap a {
    font-size: 20px;
  }

  .footer-contact {
    padding: 20px 30px;
  }

  .footer-l-img {
    margin-right: 20px;
  }

  .footer-address,
  .gz-title {
    font-size: 14px;
  }
}

@media(max-width: 1023px) {

  .footer-menu-wrap .menu,
  .footer-top-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .footer-menu-wrap .menu li {
    margin-bottom: 15px;
  }

  .footer-tel-wrap a {
    font-size: 30px;
  }
}

@media(max-width:768px) {
  .footer-contact {
    padding: 20px;
  }

  .footer-form-left-wrap h2 {
    font-size: 17px;
  }
}

@media(max-width:767px) {
  .footer-form-left-wrap h2 {
    margin: 0 0 15px;
    text-align: center;
  }

  .footer-contact .caldera-grid .form-group {
    margin-bottom: 15px;
  }

  .footer-contact .caldera-grid .row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-contact {
    padding: 20px 15px 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
  }
}

@media(max-width: 480px) {
  footer {
    padding: 0 0 30px;
  }

  .footer-top-wrap {
    padding: 20px 0 10px;
  }

  .footer-l-content {
    text-align: center;
  }

  .footer-l-img {
    margin-bottom: 15px;
  }

  .footer-l-img img {
    max-height: 200px;
  }

  .footer-info-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-address {
    font-size: 12px;
  }

  .partner-links-wrap h6 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .partner-links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .footer-copyright-r,
  .footer-copyright-wrap {
    text-align: center;
  }

  .footer-copyright {
    margin: 5px 0;
  }
}

.footer-lightbox-wrap {
  display: none;
  left: 50%;
  margin-left: -195px;
  position: fixed;
  bottom: 10%;
  z-index: 3;
}

.discounte-wrap {
  display: inline-block;
  position: relative;
}

.discounte-wrap>a {
  display: inline-block;
}

.display-icon-wrap {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: -20px;
}

.footer-bottom {
  width: 100%;
  background: #232220;
}

.footer-bottom img {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}

.fix-footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.left-sidebar-wrapper {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -225px;
  padding: 15px 0;
  background: #fbc92a;
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
  background-size: 100%;
  transition: all 0.5s;
}

.left-sidebar-wrapper.sidebar-out {
  left: -191px;
}

.left-sidebar-wrapper .left-sidebar li {
  transition: all 0s;
  border-bottom: 1px dashed #666;
}

.left-sidebar-wrapper .left-sidebar li a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 15px;
  color: #000;
  transition: all 0s;
  font-weight: bold;
  text-decoration: underline;
}

.left-sidebar-wrapper .left-sidebar li:active,
.left-sidebar-wrapper .left-sidebar li:focus,
.left-sidebar-wrapper .left-sidebar li:hover {
  background-color: #D92E26;
}

.left-sidebar-wrapper .left-sidebar li:active a,
.left-sidebar-wrapper .left-sidebar li:focus a,
.left-sidebar-wrapper .left-sidebar li:hover a {
  color: #fff;
}

.on-off {
  background-color: #fbc92a;
  position: absolute;
  left: 100%;
  top: 50px;
  z-index: 100;
  display: table;
  padding: 5px 10px;
  line-height: 1;
  width: 30px;
  border-radius: 0 5px 5px 0;
  transition: all 0.5s;
}

.off-on {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 100%;
  top: 5px;
  z-index: 100;
  display: table;
  padding: 5px 10px;
  line-height: 1;
  width: 30px;
  border-radius: 5px 0 0 5px;
  transition: all 0.5s;
  /*margin-right: 12px;*/
}

.left-sidebar-wrapper .on-off img {
  transition: all 0.5s;
}

.left-sidebar-wrapper.sidebar-out .on-off img {
  transform: rotateY(180deg);
}

.sidebar-contact-wrap.sidebar-out {
  right: -138px;
}

.sidebar-contact-wrap .off-on img {
  transition: all 0.5s;
}

.sidebar-contact-wrap.sidebar-out .off-on img {
  transform: rotateY(180deg);
}

.on-off:hover,
.on-off:active,
.on-off:focus,
.off-on:hover,
.off-on:active,
.off-on:focus {
  background-color: #D92E26;
}


/***Footer End***/


/***About Start***/

.about-page-section {
  padding-top: 30px;
}

.about-section03.about-page-section {
  padding: 0;
}

.about-section03.about-page-section h2 {
  margin-top: 0;
}

.page-title-wrapper .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
  text-align: center;
  position: relative;
}

.banner::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-title-wrapper .banner2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
  text-align: center;
  position: relative;
}

.banner2::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}

.about-page-section .vc_column-inner {
  background-color: transparent !important;
}

.about-page-section .home-campus-wrap {
  background-color: #fff;
}

.about-disc-wrap {
  text-align: center;
}

.about-disc-wrap p {
  max-width: 810px;
  line-height: 1.8;
  margin: 0 auto 30px;
}

.about-disc-wrap .red {
  font-weight: bold;
}

.about-spacial-content-wrap h5 {
  color: #B20000;
}

.have-about-bg {
  background-repeat: no-repeat;
  background-position: top -200px left;
}

.develop-list {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}

.develop-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.develop-item:last-child {
  border-bottom: 0;
}

.develop-year {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 35px 15px;
}

.about-top-list {
  text-align: center;
}

.about-top-list>li {
  display: inline-block;
  padding: 20px 0;
}

.about-top-list>li>a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  padding: 0 40px;
}

.about-top-list>li:last-child>a {
  border-right: 0 none;
}

.about-video {
  margin: 0 auto 30px;
  max-width: 600px;
}


/***About End***/


/***Contact Start***/

.contact-section {
  padding-bottom: 0;
}

.contact-tel-title-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.contact-tel-title {
  display: inline-block;
  margin-left: 80px;
  text-align: center;
  position: relative;
}

.contact-tel-title::before {
  content: url("assets/images/contact-tel-title-icon.png");
  left: -80px;
  position: absolute;
  top: -10px;
}

.contact-tel-title>h5 {
  line-height: 1.2;
  margin: 0;
  text-align: left;
  font-size: 18px;
}

.contact-tel-title>h2 {
  font-family: "Montserrat-Regular";
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-size: 32px;
}

.campus-wrap {
  background-color: #eee;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05)
}

.campus-img-wrap,
.campus-small-title {
  text-align: center;
}

.campus-img-wrap {
  margin-bottom: 25px;
}

.campus-small-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.campus-content-wrap {
  padding: 0 40px 40px;
}

.campus-content-wrap p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.campus-small-sub-title {
  margin-bottom: 20px;
  text-align: center;
}

.campus-content-top,
.campus-content-bot {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

.campus-content-top::before {
  content: url("assets/images/contact-icon-address.png");
  left: 0;
  position: absolute;
  top: 5px;
}

.campus-content-bot::before {
  content: url("assets/images/contact-icon-tel.png");
  left: 0;
  position: absolute;
  top: 5px;
}

.campus-btn-wrap {
  text-align: center;
}

@media(max-width: 750px) {
  .contact-tel-title>h2 {
    font-size: 16px;
  }
}


/***Contact End***/


/***Online sign up Start***/

.online-sign-up {
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.online-sign-up-top {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.online-left {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.online-left>span {
  color: #D80000;
}

.online-right {
  text-align: right;
  color: #666;
  line-height: 1.4;
}

.online-sign-up .online-sign-up-bot .caldera-grid .form-control {
  background-color: #eee;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 38px;
}

.online-sign-up .online-sign-up-bot .caldera-grid .checkbox input[type="checkbox"],
.online-sign-up .online-sign-up-bot .caldera-grid .checkbox-inline input[type="checkbox"] {
  margin-top: 5px;
}

.online-sign-up .online-sign-up-bot .caldera-grid label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.online-sign-up .online-sign-up-bot .course-checkbox>div>label {
  margin-left: 0;
  margin-right: 20px;
}


/***Online sign up End***/


/***Teacher Start***/

.page-content {
  margin-top: 80px;
}

.home .page-content {
  margin-top: 0;
}

.teacher-item {
  padding-bottom: 30px;
}

.teacher-thumb-wrap {
  background-color: #fff;
  border-radius: 300px;
  padding: 10px;
  text-align: center;
}

.home .teacher-thumb-wrap {
  background-color: #eee;
}

.teacher-thumb-wrap img {
  border-radius: 360px;
}

.teacher-name {
  display: inline-block;
  margin-right: 0;
}

.teacher-position-wrap {
  display: inline-block;
}

.teacher-name a {
  font-size: 18px;
  color: #55217b;
  line-height: 1.2;
}

.teacher-position {
  color: #333;
  font-size: 14px;
}

.teacher-name-wrap,
.teacher-excerpt-wrap {
  text-align: center;
}

.single-teacher-title {
  margin-bottom: 20px;
  margin-top: 0;
}


/*Teacher End*/


/*Download Start*/

.content-career,
.item-career {
  display: none;
}

.career-item-content {
  cursor: pointer;
}

.career-table,
.download-table {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}

.career-table .table-hover tbody tr,
.download-table .table-hover>tbody>tr {
  cursor: pointer;
}

.career-table .table-hover>tbody>tr:hover,
.download-table .table-hover>tbody>tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.resource-main-title,
.resource-size-title,
.download-operating {
  padding: 20px 8px 20px !important;
}

.career-table .table>thead>tr>th,
.download-table .table>thead>tr>th {
  border-bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.career-table .table>thead>tr>th {
  color: #333;
}

.career-table .table>thead>tr>td,
.download-table .table>thead>tr>td {
  font-size: 16px;
  color: #666;
}

.career-table .table>thead>tr>td {
  color: #333;
}

.career-table .table>thead,
.download-table .table>thead {
  border-bottom: 2px solid #000;
}

.resource-title,
.resource-size,
.download-btn-wrap {
  padding: 20px 8px 20px !important;
}

.resource-title {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
}

.resource-size {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  font-weight: 400;
}

.download_btn {
  background-color: #000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 36px 6px 20px;
  position: relative;
}

.download_btn::after {
  content: url("assets/images/download-icon.png");
  position: absolute;
  right: 18px;
  top: 6px;
}


/*Download End*/


/*Career Start*/

.item-career>th,
.career-row>th,
.career-main-title {
  padding: 20px 8px 20px 40px !important;
}

.item-career>td,
.career-position,
.career-people,
.career-operating {
  padding: 20px 8px 20px !important;
}

.career-row td {
  padding: 20px 8px 20px !important;
}

.career-row th h4 {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
}

.career-row th h4::before {
  content: url("assets/images/career-up-icon.png");
  position: absolute;
  left: -40px;
  top: 0;
}

.career-row.active-career th h4::before {
  content: url("assets/images/career-down-icon.png");
}

.career-row>td {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  font-weight: 400;
}

.career-publish {
  background-color: #238c00;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 9px;
}

.item-career {
  background-color: #eee;
}

.item-career>th h5,
.item-career>td h5 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 0;
}

.item-career th span,
.item-career td span {
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.default-red-btn {
  background-color: #e49d23;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  padding: 10px 20px;
}

.default-red-btn:hover {
  background-color: #000000;
  color: #b20000;
}

.content-career td {
  padding: 20px 40px !important;
  font-size: 14px;
  color: #666;
}

.career-table.career-form-wrap {
  padding-top: 25px;
}


/*Career End*/


/*Students Start*/

.student-item-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.student-item {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 15px 25px;
}

.student-item>div {
  margin-bottom: 15px;
}

.student-info h3 {
  margin: 0;
}

.student-period {
  font-size: 14px;
  font-weight: 400px;
  color: #666;
  line-height: 1.4;
}

.student-period>span {
  color: #000;
  font-weight: 700;
}

.all-video,
.all-student {
  margin-top: 30px;
  text-align: center;
}

.student-album {
  margin-top: 30px;
}

.photos-list-wrap .photos-item {
  margin-bottom: 15px;
}


/*Students End*/


/*video Start*/

.video-item-wrap {
  margin-bottom: 30px;
}

.video-thumb-wrap>a {
  display: inline-block;
  position: relative;
}

.video-thumb-wrap>a::before {
  content: url("assets/images/video-play-icon.png");
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  position: absolute;
  top: 50%;
}

.video-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.video-title h4 {
  text-align: center;
  margin: 0;
}

.video-title h4 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.video-title h4 a:hover {
  color: #b20000;
}

.sidebar-video {
  text-align: center;
  margin-bottom: 30px;
}

.sidebar-video h5 a {
  color: #282740;
  font-size: 15px;
  line-height: 1.2;
}

.sidebar-video h5 a:hover {
  color: #b20000;
}

.single-student-wrap,
.single-student-wrap,
.single-video-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.single-teacher-title,
.single-student-title,
.single-video-title {
  border-bottom: 1px solid #dddddd;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 20px;
}

@media(max-width: 750px) {

  .single-teacher-title,
  .single-student-title,
  .single-video-title {
    font-size: 17px;
  }
}


/*video End*/


/*Sidebar Start*/

.sidebar-list {
  background-color: #55217B;
  padding: 20px;
}

.sidebar-list li {
  margin-bottom: 5px;
}

.sidebar-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
}

.sidebar-list .current-cat {
  border-left: 4px solid #D90000;
  margin-left: -4px;
}

.sidebar-list li a:hover,
.sidebar-list .current-cat a {
  color: #D90000;
}


/***Sidebar End***/


/*Sidebar Contact Start*/

.sidebar-contact-wrap {
  display: none !important;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9999;
  transition: all 0.5s;
}

.sidebar-contact-wrap li {
  position: relative;
  text-align: right;
}

.sidebar-contact-wrap li:last-child {
  border-bottom: 0;
}

.sidebar-contact-wrap li a {
  display: inline-block;
  padding: 8px 105px 8px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s;
  border-bottom: 1px solid #fff;
  position: relative;
}

.sidebar-contact-wrap li a img {
  max-height: 25px;
}

.sidebar-contact-wrap li a::after {
  position: absolute;
  top: 13px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all 1s;
}

.sidebar-contact-wrap li .message-content::after {
  content: "在线咨询";
}

.sidebar-contact-wrap li .qq-content::after {
  content: "QQ咨询";
}

.sidebar-contact-wrap li .tel-content::after {
  content: "免费咨询电话";
}

.sidebar-contact-wrap li .weixin-content::after {
  content: "关注我们";
}

.sidebar-contact-wrap li .contact-content::after {
  content: "在线报名";
}

.sidebar-contact-wrap li .go-to-top::after {
  content: "返回顶部";
}

.sidebar-contact-wrap li a:hover {
  background-color: #FFBF00;
  border-bottom: 1px solid #FFBF00;
}


/*.sidebar-contact-wrap li a:hover::after {

opacity: 1;

right: 20px;

}*/

.webchat-wrap {
  left: -160px;
  position: absolute;
  top: -100px;
}

.webchat-wrap img {
  max-height: 150px;
  opacity: 0;
  transition: all 1s;
  display: none;
}

.sidebar-contact-wrap .show-erweima {
  background-color: #FFBF00;
}

.show-erweima .webchat-wrap img {
  opacity: 1;
  display: block;
}

.home-slider-bot-menu-wrap {
  display: none;
}

.about-flexslider-wrap .flex-control-nav.flex-control-paging {
  display: none;
}


/***Sidebar Contact End***/


/***Other Start***/

.home-student-list {
  position: relative;
}

.home-student-map {
  text-align: center;
}

.home-student-item {
  background-color: #fff;
  border-radius: 300px;
  left: 50%;
  position: absolute;
  top: 50%;
  padding: 10px 30px 10px 10px;
  display: none;
  margin-left: -300px;
  margin-top: -100px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}

.home-student-item-img,
.home-student-item-info {
  float: left;
}

.home-student-item-img img {
  border-radius: 300px;
  max-height: 100px;
}

.home-student-item-info {
  margin-top: 10px;
  padding-left: 10px;
}

.home-student-item-info,
.home-student-info {
  display: inline-block;
}

.point {
  cursor: pointer;
}


/* comment */

.comments-area {
  color: #666;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: #ccc solid 1px
}

.post-navigation {
  margin: 30px 0;
}

.post-navigation:after {
  clear: both;
  content: "";
  display: table;
}

#comments #commentform label,
#comments #commentform input,
#comments #commentform textarea {
  width: 100%;
}

#comments #commentform input,
#comments #commentform textarea {
  border: #ccc solid 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 10px;
}

#comments #commentform input:hover,
#comments #commentform textarea:hover {
  border: #999 solid 1px;
}

#comments #commentform input.submit {
  color: #fff;
  background-color: #b20000;
  border: #b20000 solid 1px;
  font-size: 16px;
  font-weight: 700;
}

#comments #commentform input.submit:hover,
#comments #commentform input.submit:focus {
  background-color: #333;
  border: #333 solid 1px;
}

#comments .fn {
  font-style: normal;
  color: #000;
}

#comments .comment-list {
  padding-left: 0;
}

#comments .comment-list li {
  list-style: none;
  border-bottom: #ccc dashed 1px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

#comments .comment-list li:hover,
#comments .comment-list li:focus {
  background-color: rgba(255, 255, 255, 1);
}

.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
  display: inline-block;
}

.comment-meta.commentmetadata a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

a.comment-reply-link {
  color: #b20000;
}

a.comment-reply-link:hover {
  color: #000;
}

@media (max-width: 1440px) {
  .content-detail .vc_custom_1490343767052 {
    background-position: right center !important;
  }
}


/***Other End***/

@media (min-width: 1367px) {

  .btn-default,
  .btn-primary,
  .btn-outline-inverse {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 20px;
  }

  .btn-default.btn-lg,
  .btn-primary.btn-lg,
  .btn-outline-inverse.btn-lg {
    padding: 17px 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    border-width: 2px;
  }
}

.form-group>div>.btn-default {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
}

@media (max-width: 1440px) {
  .discounte-wrap>a>img {
    max-height: 300px;
  }

  .footer-lightbox-wrap {
    margin-left: -120px;
  }
}

@media (min-width: 769px) and (max-width:1024px) {
  .widget.widget_text.header-widget {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {

  .articles-wrapper>.row>.col-xs-12:nth-child(3n+1),
  .teacher-list>.row>.col-xs-12:nth-child(3n+1) {
    clear: left;
  }

  .post-type-archive-video .articles-wrapper>.row>.col-xs-12:nth-child(3n+1) {
    clear: none;
  }
}

@media (min-width: 481px) and (max-width: 768px) {

  .articles-wrapper>.row>.col-xs-12:nth-child(2n+1),
  .teacher-list>.row>.col-xs-12:nth-child(2n+1) {
    clear: left;
  }

  .post-type-archive-video .articles-wrapper>.row>.col-xs-12:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 1365px) and (min-width: 1024px) {
  /*     .navbar-default .navbar-nav>li:first-child>a {
            padding-left: 0;
        } */
}

@media (max-width: 1280px) {
  .home-jcarousel-wrapper a.jcarousel-control-prev {
    left: 15px;
  }

  .home-jcarousel-wrapper a.jcarousel-control-next {
    right: 15px;
  }
}

@media (min-width: 992px) {
  .col-md-custom {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 10%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1141px) {
  .course-excerpt.course-excerpt-bot {
    min-height: 100px;
  }
}

@media (max-width: 1140px) and (min-width: 1024px) {
  .home-slider-bottom li a {
    padding: 0 30px 0 70px;
  }

  .home-slider-bottom li:first-child a {
    padding-left: 40px;
  }

  .home-slider-bottom li a::before {
    left: 30px;
  }

  .home-slider-bottom li:first-child a::before {
    left: 0;
  }

  .course-excerpt.course-excerpt-bot {
    min-height: 120px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .home-slider-bottom li a {
    padding: 0 20px 0 50px;
  }

  .home-slider-bottom li:first-child a {
    padding-left: 40px;
  }

  .home-slider-bottom li a::before {
    left: 10px;
  }

  .home-slider-bottom li:first-child a::before {
    left: 0;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  #menu-footer {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .online-sign-up .online-sign-up-bot .caldera-grid .checkbox-inline+.checkbox-inline,
  .online-sign-up .online-sign-up-bot .caldera-grid .radio-inline+.radio-inline {
    margin-left: 0;
  }

  .online-right {
    text-align: left;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
  }

  .logo-img {
    max-height: 40px;
  }

  .navbar-toggle {
    margin-top: 15px;
  }

  .navbar-default .navbar-nav>li>a {
    border-right: 0 none;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-default .navbar-nav {
    margin: 0;
  }

  .copyright-left,
  .copyright-right {
    text-align: center;
  }

  .home-campus-wrap,
  .campus-wrap {
    margin-bottom: 30px !important;
  }

  .campus-content-wrap {
    padding: 0 10px 20px;
  }

  .home-campus-content {
    padding: 0 20px 20px;
  }

  .develop-year {
    margin-bottom: 20px !important;
  }

  .page-title-wrapper .banner {
    padding: 20px 0;
  }

  .page-content {
    margin-top: 20px;
  }

  .breadcrumbs {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer-lightbox-wrap {
    margin-left: -150px;
    margin-top: -90px;
    max-width: 300px
  }

  .about-top-list>li>a {
    padding: 0 20px;
  }

  .home-slider-bottom li {
    display: block;
    margin-bottom: 10px;
  }

  .home-slider-bottom li:first-child a,
  .home-slider-bottom li a {
    padding: 0 50px;
    border-right: 0;
  }

  .home-slider-bottom li:first-child a::before,
  .home-slider-bottom li a::before {
    left: 0;
  }
}

@media (max-width: 639px) {
  .about-top-list>li>a {
    padding: 0 5px;
  }

  .about-top-list>li {
    padding: 5px 0;
  }
}

@media (max-width: 479px) {
  .foot-left-logo-wrap {
    text-align: left;
    margin-bottom: 20px;
    border: 0;
  }

  #menu-footer {
    text-align: left;
  }

  .footer-lightbox-wrap {
    margin-left: -100px;
    margin-top: -60px;
    max-width: 200px
  }
}

.youqing {
  color: #F5F5F5;
}

.liuyan {
  background-color: rgb(196, 0, 0) !important;
}

.course-thumb-wrap a {
  padding: 0;
}

.post-type-archive-teacher .banner {
  background-image: url('https://www.shtsn.com/wp-content/uploads/2018/11/2018110107495931.jpg') !important;
}

.single-teacher .single-teacher-title {
  color: blue !important;
}

.single-teacher .banner {
  background-image: url('https://www.shtsn.com/wp-content/uploads/2018/11/2018110107495931.jpg') !important;
}

.single-post .banner ,.category-industry-news .banner {
  background-image: url('https://www.shtsn.com/wp-content/uploads/2023/06/ff80da164d5912c9b11511d4c169de3.jpg') !important;
}

.dropdown-menu {
  background-color: black;
  color: white;
}

.dropdown-menu li a {
  color: white;
}

.dropdown-menu li .active {
  background-color: white;
  color: black;
}

.dropdown-menu li a:hover {
  background-color: white;
  color: black;
}

.shangxiapian {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.shangxiapian .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shangxiapian .nav-next,
.shangxiapian .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.shangxiapian .nav-previous {
  padding-right: 15px;
  text-align: left;
}

.shangxiapian .nav-next {
  padding-left: 15px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .shangxiapian {
    width: 100%;
    text-align: left;
  }

  .shangxiapian span {
    display: inline;
  }
}


/* #menu-item-8980 a {
    background-color: #E49D23 !important
} */

#menu-item-8994 {
  display: none;
}


/* .custom-page-sidebar li:nth-child(1){
	display:none;
}*/


/* .custom-page-sidebar li:nth-child(5){
	display:none;
} */


/*  轻创营 */

.qcy {
  background-color: rgb(249, 249, 249);
  width: 100%;
}

.qcy .white1 {
  background-color: white;
  padding: 5% 10%;
  /*width: 80%;*/
}

.qcy .title1 {
  width: 90%;
  margin: 5% auto;
  background-color: transparent;
  text-align: center;
}

.qcy .title1 .t1-h5 {
  font-size: 35px;
}

.qcy .title1 .t1-h5 .t1-font {
  color: #0069ff;
}

.qcy .title1 .t1-h6 {
  font-size: 23px;
  margin: 3% auto 0;
  font-weight: normal;
  width: 40%;
  background-color: white;
  position: relative;
}

.qcy .title1 hr {
  border-top: 1px solid #8c8c8c;
  margin-top: -2%;
}

.qcy .p1 {
  width: 90%;
  margin: 0 auto 3%;
  font-size: 20px;
  color: #161616;
}

.qcy .img1 {
  width: 75%;
  margin: 0 12.5%;
}

.qcy .white2 {
  width: 80%;
  margin: 4% auto;
  background-color: white;
  padding-bottom: 3%;
  overflow: hidden;
}

.qcy .title2 {
  text-align: center;
}

.qcy .title2 img {
  width: 120px;
  margin-bottom: 30px;
}

.qcy .title2 h5 {
  color: #0069FF;
  font-size: 34px;
}

.qcy .list {
  width: 90%;
  margin: 5% 10%;
  overflow: hidden;
}

.qcy .list .rectangle1 {
  background-color: #0b6af4;
  width: 200px;
  height: 190px;
  padding: 2%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 5%;
}

.qcy .list .rectangle1::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid #0b6af4;
  border-color: transparent transparent transparent #0b6af4;
  position: absolute;
  top: 40%;
  left: 99.9%;
}

.qcy .list img {
  margin: 2% auto 5%;
  width: 25%;
}

.qcy .list .wenzi1 {
  color: white;
  font-size: 20px;
  text-align: left;
  letter-spacing: 3px;
}

.qcy .list .wenzi2 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
  padding: 2%;
  width: 88%;
  height: 190px;
  background-color: #f9f9f9;
}

.qcy .list .wenzi2 .wenzi2-font {
  color: #0b6af4;
}

.qcy .list .rectangle2 {
  background-color: #0b6af4;
  width: 200px;
  height: 190px;
  padding: 2%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  float: right;
  margin-right: 11%;
  margin-left: 2%;
}

.qcy .list .rectangle2::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid #0b6af4;
  border-color: transparent #0b6af4 transparent transparent;
  position: absolute;
  top: 40%;
  left: -10%;
}

.qcy .zhineng {
  width: 80%;
  margin: 30px auto 0;
}

.qcy .list2 {
  background-color: #f9f9f9;
  border: solid 1px #0b6af4;
  width: 45%;
  /*height: 260px;*/
  float: left;
  margin: 2%;
}

.qcy .list2 h6 {
  color: white;
  font-size: 20px;
  letter-spacing: 5px;
  background-color: #0b6af4;
  text-align: center;
  padding: 2% 0;
  font-weight: normal;
}

.qcy .list2 .list2-p {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  padding: 2% 0 2% 2%;
  height: 100px;
  overflow: hidden;
}

.qcy .img2 {
  width: 100%;
  margin-top: 50px;
}

.qcy .div2 {
  width: 90%;
  margin: 4% auto;
}

.qcy .div2 .div2-p1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #000;
}

.qcy .div2 .div2-p1::before {
  content: "•";
  color: #0b6af4;
}

.qcy .hetong {
  background-color: #e0dfdf;
  padding: 3%;
  margin: 5% 0 0;
  overflow: hidden;
}

.qcy .hetong h6 {
  width: 40%;
  float: left;
  font-size: 26px;
  font-weight: normal;
  /*line-height: 20px;*/
  letter-spacing: 2px;
  color: #0b6af4;
  padding-top: 3%;
}

.qcy .hetong .ht-font {
  font-size: 16px;
  color: #000;
}

.qcy .hetong .het {
  width: 60%;
}

.qcy .tupian {
  width: 32.9%;
  height: 200px;
  margin: 0.5% 0;
}

@media only screen and (min-width: 320px) and (max-width: 998px) {
  .qcy .title1 .t1-h5 {
    font-size: 25px;
  }

  .qcy .title1 .t1-h6 {
    font-size: 18px;
  }

  .qcy .title2 h5 {
    font-size: 30px;
  }

  .qcy .list .rectangle1,
  .qcy .list .rectangle2 {
    width: 200px;
    height: 220px;
  }

  .qcy .list .wenzi2 {
    font-size: 16px;
    line-height: 22px;
    height: 220px;
  }

  .qcy .list2 h6 {
    font-size: 17px;
  }

  .qcy .list2 .list2-p {
    font-size: 14px;
    height: 160px;
  }

  .qcy .hetong h6 {
    font-size: 18px;
  }

  .qcy .tupian {
    width: 32.5%;
    height: 150px;
  }

  .qcy .hetong .ht-font {
    font-size: 12px;
  }
}

.footer-partner-links {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-partner-links.show-all {
  max-height: none;
  margin-bottom: 10px;
}

.partner-links-wrap {
  position: relative;
  z-index: 1;
}

.partner-down {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  left: 50%;
  margin-left: -15px;
  padding: 2px 10px;
}

.zscx {
  background-color: #ffffff;
  margin-top: 5%;
}

.zscx .tab-menu {
  text-align: center;
}

.zscx .tab-menu ul {
  overflow: hidden;
  padding: 0;
  margin: 5% 0;
}

.zscx .tab-menu ul li {
  float: left;
  width: 14.666%;
  margin: 0 1%;
  background-color: #a9a9a9;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 3;
  list-style: none;
  cursor: pointer;
}

.zscx .tab-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: block;
}

.zscx .tab-menu ul li.active {
  background-color: #b20000;
  border-radius: 5px;
  color: #ffffff;
}

.zscx .tab-box {
  margin-top: 5%;
  text-align: center;
}

.zscx .tab-box .class3 {
  display: none;
  text-align: center;
  margin: auto;
}

.zscx .tab-box .class3.active {
  display: block;
}

.zscx .div1 {
  background-color: #000;
  padding: 5% 0;
  text-align: center;
  /*margin-bottom: 8%;*/
  clear: both;
}

.zscx .div1 h3 {
  display: none;
}

.zscx .chaxun {
  text-align: center;
}

.zscx .chaxun img {
  margin: 0 5px;
  vertical-align: middle;
}

.zscx .chaxun input {
  height: 46px;
  width: 25%;
  font-size: 16px;
  padding-left: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 5px;
  border: none;
}

.zscx .search {
  width: 15%;
  height: 46px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 5px;
  background: linear-gradient(to right, rgba(152, 9, 9, 1) 0%, rgba(235, 47, 47, 1) 100%);
  border-radius: 5px;
  border: none;
}

.zscx .btn-occupational {
  width: 15%;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 5px;
  border-radius: 5px;
  border: red solid 1px;
  display: inline-block;
}

.zscx .data0 {
  text-align: center;
  color: #6a6868;
  margin: 20px 0;
  display: none;
}

.zscx .data {
  width: auto;
  text-align: center;
  margin-top: 5%;
}

.zscx table {
  border-collapse: collapse;
  border: 1px solid #707070;
  font-size: 13px;
  width: 80%;
  margin: 0 auto 30px;
}

.zscx table tr th {
  background-color: #b20000;
  color: #ffffff;
  border: 1px solid #707070;
  text-align: center;
  /*width: 10%;*/
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 0;
}

.zscx table tr td {
  text-align: center;
  border: 1px solid #707070;
  color: #000;
  /*width: 10%;*/
  font-size: 16px;
  padding: 10px 0;
}

@media (max-width: 640px) {
  .zscx .chaxun img {
    width: 35% !important;
    margin-bottom: 10px;
  }

  .zscx .chaxun input,
  .zscx .search {
    width: 70%;
    margin: 5px 5px;
  }

  .zscx .search {
    width: 70%;
    margin: 5px 5px;
  }

  /*.footer-contact{*/
  /*margin-top: 320px;*/
  /*}*/
}

.page-template-template-search {
  background-color: #ffffff !important;
}

.vc_custom_1490773488786 {
  background-color: #55217b !important;
}

.liaoliao p {
  background: linear-gradient(rgba(85, 33, 123, 1), rgba(85, 33, 123, 1)) !important;
}

.vc_custom_1490344830096 .section-title {
  color: #fff !important;
}

html #hm_t_undefined .hm-t-unfold-map-card,
.onthelunbo {
  display: none !important;
}

.colorzuodiv li:nth-child(2) {
  background: url(https://www.shtsn.com/wp-content/uploads/2018/10/2018101502090263.png) !important;
  background-size: contain !important;
}

.colorzuodiv li:nth-child(3) {
  background: url(https://www.shtsn.com/wp-content/uploads/2018/10/2018101502090317.png) !important;
  background-size: contain !important;
}

.colorzuodiv {
  height: 253px !important;
  left: unset !important;
  right: 0 !important;
  margin-top: -180px !important;
}

.liaoliao {
  right: unset;
  left: 15px;
}

.d-none{
  display: none !important;
}


.text-black.section-title,
.text-black {
  color: #000 !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.colorzuodiv {
  width: 120px;
  height: 260px !important;
  padding-top: 10px;
}

.colorzuodiv a {
  display: block;
  color: #ffffff;
}
.colorzuodiv a:hover {
  color: #ffffffaa;
}
.colorzuodiv li span {
  position: initial; 

}
.colorzuodiv li div a:hover {
  animation: auto;
}